object Form1: TForm1 Left = 220 Top = 224 Width = 317 Height = 351 Caption = 'Medici�n de Pantalla' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object HBar: TTrackBar Left = 56 Top = 264 Width = 233 Height = 41 Max = 200 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 150 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 20 TickMarks = tmBottomRight TickStyle = tsNone OnChange = HBarChange end object VBar: TTrackBar Left = 24 Top = 8 Width = 26 Height = 209 Orientation = trVertical Frequency = 10 Position = 5 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 20 TickMarks = tmTopLeft TickStyle = tsNone OnChange = VBarChange end object Panel1: TPanel Left = 64 Top = 16 Width = 233 Height = 225 BevelOuter = bvLowered TabOrder = 2 object Label1: TLabel Left = 8 Top = 5 Width = 212 Height = 26 Caption = 'Para calibrar la pantalla necesitar� una regla graduada en cent�' + 'metros.' WordWrap = True end object Label2: TLabel Left = 8 Top = 32 Width = 215 Height = 52 Caption = 'Alin�e el cero de la regla con la(s) escala(s) y haga coincidir ' + 'las marcas con las graduaciones de la regla moviendo los mandos.' WordWrap = True end object Label3: TLabel Left = 8 Top = 88 Width = 123 Height = 13 Caption = 'Tama�o �rea activa (mm):' end object Label4: TLabel Left = 8 Top = 104 Width = 91 Height = 13 Caption = 'Tama�o pixel (mm):' end object DispSizeInfo: TLabel Left = 142 Top = 88 Width = 3 Height = 13 Caption = '.' end object PixSizeInfo: TLabel Left = 142 Top = 104 Width = 3 Height = 13 Caption = '.' end object ShowLabels: TCheckBox Left = 16 Top = 128 Width = 105 Height = 17 Caption = 'Mostrar N�meros' Checked = True State = cbChecked TabOrder = 0 OnClick = ShowLabelsClick end object HVTie: TCheckBox Left = 16 Top = 160 Width = 209 Height = 17 Caption = 'Mantener Proporci�n Vertical/Horizontal' TabOrder = 1 OnClick = HVTieClick end object OKButton: TButton Left = 16 Top = 192 Width = 75 Height = 25 Caption = 'Aceptar' TabOrder = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 128 Top = 192 Width = 75 Height = 25 Caption = 'Cancelar' TabOrder = 3 OnClick = CancelButtonClick end object Aspect: TCheckBox Left = 16 Top = 144 Width = 209 Height = 17 Caption = 'Ajuste Proporci�n Vertical/Horizontal' TabOrder = 4 OnClick = AspectClick end end end